pub struct ToggleAuthMethodResponse(pub bool);Tuple Fields§
§0: boolWhether the operation succeeded.
Trait Implementations§
Source§impl ByteRead for ToggleAuthMethodResponse
impl ByteRead for ToggleAuthMethodResponse
Auto Trait Implementations§
impl Freeze for ToggleAuthMethodResponse
impl RefUnwindSafe for ToggleAuthMethodResponse
impl Send for ToggleAuthMethodResponse
impl Sync for ToggleAuthMethodResponse
impl Unpin for ToggleAuthMethodResponse
impl UnwindSafe for ToggleAuthMethodResponse
Blanket Implementations§
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