pub struct Safety<'c, C: Config> { /* private fields */ }Available on crate feature
safety only.Expand description
Safety APIs for the authenticated project.
Implementations§
Auto Trait Implementations§
impl<'c, C> !RefUnwindSafe for Safety<'c, C>
impl<'c, C> !UnwindSafe for Safety<'c, C>
impl<'c, C> Freeze for Safety<'c, C>
impl<'c, C> Send for Safety<'c, C>
impl<'c, C> Sync for Safety<'c, C>
impl<'c, C> Unpin for Safety<'c, C>
impl<'c, C> UnsafeUnpin for Safety<'c, C>where
&'c Client<C>: UnsafeUnpin,
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