pub enum EnclosureType {
Typical,
Shallow,
}Variants§
Trait Implementations§
Source§impl Clone for EnclosureType
impl Clone for EnclosureType
Source§fn clone(&self) -> EnclosureType
fn clone(&self) -> EnclosureType
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 EnclosureType
impl Debug for EnclosureType
Source§impl Hash for EnclosureType
impl Hash for EnclosureType
Source§impl PartialEq for EnclosureType
impl PartialEq for EnclosureType
impl Copy for EnclosureType
impl Eq for EnclosureType
impl StructuralPartialEq for EnclosureType
Auto Trait Implementations§
impl Freeze for EnclosureType
impl RefUnwindSafe for EnclosureType
impl Send for EnclosureType
impl Sync for EnclosureType
impl Unpin for EnclosureType
impl UnwindSafe for EnclosureType
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