pub struct RefProperty {
pub reference: String,
}
Fields§
§reference: String
Implementations§
Source§impl RefProperty
impl RefProperty
pub fn deref<'a>(&'a self, schema: &'a Schema) -> Option<&PropertyInstance>
Trait Implementations§
Source§impl Clone for RefProperty
impl Clone for RefProperty
Source§fn clone(&self) -> RefProperty
fn clone(&self) -> RefProperty
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 RefProperty
impl Debug for RefProperty
Source§impl<'de> Deserialize<'de> for RefProperty
impl<'de> Deserialize<'de> for RefProperty
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RefProperty
impl PartialEq for RefProperty
Source§impl Serialize for RefProperty
impl Serialize for RefProperty
impl StructuralPartialEq for RefProperty
Auto Trait Implementations§
impl Freeze for RefProperty
impl RefUnwindSafe for RefProperty
impl Send for RefProperty
impl Sync for RefProperty
impl Unpin for RefProperty
impl UnwindSafe for RefProperty
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