pub struct ApplyVarSet {
pub relationship_type: String,
pub id: String,
}Fields§
§relationship_type: String§id: StringTrait Implementations§
Source§impl Clone for ApplyVarSet
impl Clone for ApplyVarSet
Source§fn clone(&self) -> ApplyVarSet
fn clone(&self) -> ApplyVarSet
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 ApplyVarSet
impl Debug for ApplyVarSet
Auto Trait Implementations§
impl Freeze for ApplyVarSet
impl RefUnwindSafe for ApplyVarSet
impl Send for ApplyVarSet
impl Sync for ApplyVarSet
impl Unpin for ApplyVarSet
impl UnwindSafe for ApplyVarSet
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