pub struct ISONReference {
pub id: String,
pub ref_type: Option<String>,
}Expand description
ISON reference
Fields§
§id: String§ref_type: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ISONReference
impl Clone for ISONReference
Source§fn clone(&self) -> ISONReference
fn clone(&self) -> ISONReference
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 ISONReference
impl Debug for ISONReference
Source§impl PartialEq for ISONReference
impl PartialEq for ISONReference
impl StructuralPartialEq for ISONReference
Auto Trait Implementations§
impl Freeze for ISONReference
impl RefUnwindSafe for ISONReference
impl Send for ISONReference
impl Sync for ISONReference
impl Unpin for ISONReference
impl UnwindSafe for ISONReference
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