pub struct ConfigV2ReferenceLocal {
pub description: Option<String>,
pub hidden: Option<bool>,
pub path: String,
}Fields§
§description: Option<String>§path: StringTrait Implementations§
Source§impl Clone for ConfigV2ReferenceLocal
impl Clone for ConfigV2ReferenceLocal
Source§fn clone(&self) -> ConfigV2ReferenceLocal
fn clone(&self) -> ConfigV2ReferenceLocal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConfigV2ReferenceLocal
impl Debug for ConfigV2ReferenceLocal
Source§impl<'de> Deserialize<'de> for ConfigV2ReferenceLocal
impl<'de> Deserialize<'de> for ConfigV2ReferenceLocal
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 ConfigV2ReferenceLocal
impl PartialEq for ConfigV2ReferenceLocal
Source§impl Serialize for ConfigV2ReferenceLocal
impl Serialize for ConfigV2ReferenceLocal
impl StructuralPartialEq for ConfigV2ReferenceLocal
Auto Trait Implementations§
impl Freeze for ConfigV2ReferenceLocal
impl RefUnwindSafe for ConfigV2ReferenceLocal
impl Send for ConfigV2ReferenceLocal
impl Sync for ConfigV2ReferenceLocal
impl Unpin for ConfigV2ReferenceLocal
impl UnsafeUnpin for ConfigV2ReferenceLocal
impl UnwindSafe for ConfigV2ReferenceLocal
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