pub struct Subproperty { /* private fields */ }
Implementations§
Source§impl Subproperty
impl Subproperty
Source§impl Subproperty
impl Subproperty
pub fn displayed_children(&self) -> Vec<Subproperty>
Trait Implementations§
Source§impl Clone for Subproperty
impl Clone for Subproperty
Source§fn clone(&self) -> Subproperty
fn clone(&self) -> Subproperty
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 Subproperty
impl Debug for Subproperty
Source§impl<'de> Deserialize<'de> for Subproperty
impl<'de> Deserialize<'de> for Subproperty
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 Hash for Subproperty
impl Hash for Subproperty
Source§impl PartialEq for Subproperty
impl PartialEq for Subproperty
Source§impl Serialize for Subproperty
impl Serialize for Subproperty
impl Eq for Subproperty
impl StructuralPartialEq for Subproperty
Auto Trait Implementations§
impl Freeze for Subproperty
impl RefUnwindSafe for Subproperty
impl Send for Subproperty
impl Sync for Subproperty
impl Unpin for Subproperty
impl UnwindSafe for Subproperty
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