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