struct MockEmergencyAccessApi_EmergencyAccessApi {Show 17 fields
accept: Expectations,
approve: Expectations,
confirm: Expectations,
delete: Expectations,
get: Expectations,
get_attachment_data: Expectations,
get_contacts: Expectations,
get_grantees: Expectations,
initiate: Expectations,
invite: Expectations,
password: Expectations,
policies: Expectations,
put: Expectations,
reinvite: Expectations,
reject: Expectations,
takeover: Expectations,
view_ciphers: Expectations,
}
Fields§
§accept: Expectations
§approve: Expectations
§confirm: Expectations
§delete: Expectations
§get: Expectations
§get_attachment_data: Expectations
§get_contacts: Expectations
§get_grantees: Expectations
§initiate: Expectations
§invite: Expectations
§password: Expectations
§policies: Expectations
§put: Expectations
§reinvite: Expectations
§reject: Expectations
§takeover: Expectations
§view_ciphers: Expectations
Implementations§
Source§impl MockEmergencyAccessApi_EmergencyAccessApi
impl MockEmergencyAccessApi_EmergencyAccessApi
Sourcepub fn checkpoint(&mut self)
pub fn checkpoint(&mut self)
Validate that all current expectations for all methods have been satisfied, and discard them.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockEmergencyAccessApi_EmergencyAccessApi
impl RefUnwindSafe for MockEmergencyAccessApi_EmergencyAccessApi
impl Send for MockEmergencyAccessApi_EmergencyAccessApi
impl Sync for MockEmergencyAccessApi_EmergencyAccessApi
impl Unpin for MockEmergencyAccessApi_EmergencyAccessApi
impl UnwindSafe for MockEmergencyAccessApi_EmergencyAccessApi
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more