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