pub enum UnsetRelationField {
FromSpace,
FromVersion,
ToSpace,
ToVersion,
Position,
}Expand description
Fields that can be unset on a relation.
Variants§
Trait Implementations§
Source§impl Clone for UnsetRelationField
impl Clone for UnsetRelationField
Source§fn clone(&self) -> UnsetRelationField
fn clone(&self) -> UnsetRelationField
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 UnsetRelationField
impl Debug for UnsetRelationField
Source§impl Hash for UnsetRelationField
impl Hash for UnsetRelationField
Source§impl PartialEq for UnsetRelationField
impl PartialEq for UnsetRelationField
impl Copy for UnsetRelationField
impl Eq for UnsetRelationField
impl StructuralPartialEq for UnsetRelationField
Auto Trait Implementations§
impl Freeze for UnsetRelationField
impl RefUnwindSafe for UnsetRelationField
impl Send for UnsetRelationField
impl Sync for UnsetRelationField
impl Unpin for UnsetRelationField
impl UnwindSafe for UnsetRelationField
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