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