pub struct Support { /* private fields */ }Implementations§
Trait Implementations§
impl Send for Support
impl Sync for Support
Auto Trait Implementations§
impl Freeze for Support
impl !RefUnwindSafe for Support
impl Unpin for Support
impl !UnwindSafe for Support
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