pub struct RelationMarker;
Trait Implementations§
Source§impl Clone for RelationMarker
impl Clone for RelationMarker
Source§fn clone(&self) -> RelationMarker
fn clone(&self) -> RelationMarker
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 RelationMarker
impl Debug for RelationMarker
Source§impl Default for RelationMarker
impl Default for RelationMarker
Source§fn default() -> RelationMarker
fn default() -> RelationMarker
Returns the “default value” for a type. Read more
Source§impl PartialEq for RelationMarker
impl PartialEq for RelationMarker
impl Copy for RelationMarker
impl StructuralPartialEq for RelationMarker
Auto Trait Implementations§
impl Freeze for RelationMarker
impl RefUnwindSafe for RelationMarker
impl Send for RelationMarker
impl Sync for RelationMarker
impl Unpin for RelationMarker
impl UnwindSafe for RelationMarker
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