pub struct Key<S: Schema, T: ?Sized + 'static, const MUT: bool = false> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<S, T, const MUT: bool> Freeze for Key<S, T, MUT>where
T: ?Sized,
impl<S, T, const MUT: bool = false> !RefUnwindSafe for Key<S, T, MUT>
impl<S, T, const MUT: bool> Send for Key<S, T, MUT>
impl<S, T, const MUT: bool> Sync for Key<S, T, MUT>
impl<S, T, const MUT: bool> Unpin for Key<S, T, MUT>
impl<S, T, const MUT: bool = false> !UnwindSafe for Key<S, T, MUT>
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