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