pub struct Qualifiers {}Trait Implementations§
Source§impl Clone for Qualifiers
impl Clone for Qualifiers
Source§fn clone(&self) -> Qualifiers
fn clone(&self) -> Qualifiers
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Qualifiers
impl RefUnwindSafe for Qualifiers
impl Send for Qualifiers
impl Sync for Qualifiers
impl Unpin for Qualifiers
impl UnsafeUnpin for Qualifiers
impl UnwindSafe for Qualifiers
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