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