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