pub enum RotateSize {
Disabled,
Enabled(usize),
}
Variants§
Trait Implementations§
Source§impl Clone for RotateSize
impl Clone for RotateSize
Source§fn clone(&self) -> RotateSize
fn clone(&self) -> RotateSize
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 RotateSize
impl Debug for RotateSize
Source§impl Default for RotateSize
impl Default for RotateSize
Source§fn default() -> RotateSize
fn default() -> RotateSize
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RotateSize
impl RefUnwindSafe for RotateSize
impl Send for RotateSize
impl Sync for RotateSize
impl Unpin for RotateSize
impl UnwindSafe for RotateSize
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