pub struct CUSTOME;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CUSTOME
impl RefUnwindSafe for CUSTOME
impl Send for CUSTOME
impl Sync for CUSTOME
impl Unpin for CUSTOME
impl UnwindSafe for CUSTOME
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