pub struct UpdateSecret { /* private fields */ }
Trait Implementations§
Source§impl Debug for UpdateSecret
impl Debug for UpdateSecret
Auto Trait Implementations§
impl Freeze for UpdateSecret
impl RefUnwindSafe for UpdateSecret
impl Send for UpdateSecret
impl Sync for UpdateSecret
impl Unpin for UpdateSecret
impl UnwindSafe for UpdateSecret
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