pub enum TrailerIfExists {
Default,
AddIfDifferentNeighbor,
AddIfDifferent,
Add,
Replace,
DoNothing,
}Variants§
Trait Implementations§
Source§impl Clone for TrailerIfExists
impl Clone for TrailerIfExists
Source§fn clone(&self) -> TrailerIfExists
fn clone(&self) -> TrailerIfExists
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 TrailerIfExists
impl Debug for TrailerIfExists
Source§impl Default for TrailerIfExists
impl Default for TrailerIfExists
Source§fn default() -> TrailerIfExists
fn default() -> TrailerIfExists
Returns the “default value” for a type. Read more
Source§impl PartialEq for TrailerIfExists
impl PartialEq for TrailerIfExists
impl Copy for TrailerIfExists
impl Eq for TrailerIfExists
impl StructuralPartialEq for TrailerIfExists
Auto Trait Implementations§
impl Freeze for TrailerIfExists
impl RefUnwindSafe for TrailerIfExists
impl Send for TrailerIfExists
impl Sync for TrailerIfExists
impl Unpin for TrailerIfExists
impl UnsafeUnpin for TrailerIfExists
impl UnwindSafe for TrailerIfExists
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