pub struct GoodnightCallback(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoodnightCallback
impl !RefUnwindSafe for GoodnightCallback
impl !Send for GoodnightCallback
impl !Sync for GoodnightCallback
impl Unpin for GoodnightCallback
impl !UnwindSafe for GoodnightCallback
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