pub struct SourceTypeP24 {
pub reference: Option<String>,
}
Fields§
§reference: Option<String>
Trait Implementations§
Source§impl Clone for SourceTypeP24
impl Clone for SourceTypeP24
Source§fn clone(&self) -> SourceTypeP24
fn clone(&self) -> SourceTypeP24
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 SourceTypeP24
impl Debug for SourceTypeP24
Source§impl Deserialize for SourceTypeP24
impl Deserialize for SourceTypeP24
Source§impl FromValueOpt for SourceTypeP24
impl FromValueOpt for SourceTypeP24
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for SourceTypeP24
impl ObjectDeser for SourceTypeP24
Auto Trait Implementations§
impl Freeze for SourceTypeP24
impl RefUnwindSafe for SourceTypeP24
impl Send for SourceTypeP24
impl Sync for SourceTypeP24
impl Unpin for SourceTypeP24
impl UnwindSafe for SourceTypeP24
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