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