pub struct Set<T, L = Identity>where
T: BorshSerialize,{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, L> Freeze for Set<T, L>where
L: Freeze,
impl<T, L> RefUnwindSafe for Set<T, L>where
L: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, L> Send for Set<T, L>
impl<T, L> Sync for Set<T, L>
impl<T, L> Unpin for Set<T, L>
impl<T, L> UnsafeUnpin for Set<T, L>where
L: UnsafeUnpin,
impl<T, L> UnwindSafe for Set<T, L>where
L: UnwindSafe,
T: UnwindSafe,
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