pub enum FixedSpace {
Default,
Preserve,
}
Variants§
Trait Implementations§
Source§impl Clone for FixedSpace
impl Clone for FixedSpace
Source§fn clone(&self) -> FixedSpace
fn clone(&self) -> FixedSpace
Returns a copy 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 FixedSpace
impl Debug for FixedSpace
Source§impl Default for FixedSpace
impl Default for FixedSpace
Source§fn default() -> FixedSpace
fn default() -> FixedSpace
Returns the “default value” for a type. Read more
Source§impl Hash for FixedSpace
impl Hash for FixedSpace
Source§impl PartialEq for FixedSpace
impl PartialEq for FixedSpace
Source§impl Serialize for FixedSpace
impl Serialize for FixedSpace
impl Eq for FixedSpace
impl StructuralPartialEq for FixedSpace
Auto Trait Implementations§
impl Freeze for FixedSpace
impl RefUnwindSafe for FixedSpace
impl Send for FixedSpace
impl Sync for FixedSpace
impl Unpin for FixedSpace
impl UnwindSafe for FixedSpace
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