pub enum BellAttachType {
Floor,
Ceiling,
SingleWall,
DoubleWall,
}Variants§
Trait Implementations§
Source§impl Clone for BellAttachType
impl Clone for BellAttachType
Source§fn clone(&self) -> BellAttachType
fn clone(&self) -> BellAttachType
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 moreSource§impl Debug for BellAttachType
impl Debug for BellAttachType
Source§impl PartialEq for BellAttachType
impl PartialEq for BellAttachType
Source§fn eq(&self, other: &BellAttachType) -> bool
fn eq(&self, other: &BellAttachType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PropertyEnum for BellAttachType
impl PropertyEnum for BellAttachType
impl StructuralPartialEq for BellAttachType
Auto Trait Implementations§
impl Freeze for BellAttachType
impl RefUnwindSafe for BellAttachType
impl Send for BellAttachType
impl Sync for BellAttachType
impl Unpin for BellAttachType
impl UnsafeUnpin for BellAttachType
impl UnwindSafe for BellAttachType
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