pub enum MaxChain {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxChain
impl RefUnwindSafe for MaxChain
impl Send for MaxChain
impl Sync for MaxChain
impl Unpin for MaxChain
impl UnsafeUnpin for MaxChain
impl UnwindSafe for MaxChain
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