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