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