pub enum TrailerWhere {
Default,
End,
After,
Before,
Start,
}Expand description
Placement of a new trailer relative to an anchor trailer.
Variants§
Trait Implementations§
Source§impl Clone for TrailerWhere
impl Clone for TrailerWhere
Source§fn clone(&self) -> TrailerWhere
fn clone(&self) -> TrailerWhere
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 TrailerWhere
impl Debug for TrailerWhere
Source§impl Default for TrailerWhere
impl Default for TrailerWhere
Source§fn default() -> TrailerWhere
fn default() -> TrailerWhere
Returns the “default value” for a type. Read more
Source§impl PartialEq for TrailerWhere
impl PartialEq for TrailerWhere
impl Copy for TrailerWhere
impl Eq for TrailerWhere
impl StructuralPartialEq for TrailerWhere
Auto Trait Implementations§
impl Freeze for TrailerWhere
impl RefUnwindSafe for TrailerWhere
impl Send for TrailerWhere
impl Sync for TrailerWhere
impl Unpin for TrailerWhere
impl UnsafeUnpin for TrailerWhere
impl UnwindSafe for TrailerWhere
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