pub struct TornProperties {
pub properties: Option<Vec<Properties>>,
}
Fields§
§properties: Option<Vec<Properties>>
Trait Implementations§
Source§impl Clone for TornProperties
impl Clone for TornProperties
Source§fn clone(&self) -> TornProperties
fn clone(&self) -> TornProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TornProperties
impl Debug for TornProperties
Source§impl<'de> Deserialize<'de> for TornProperties
impl<'de> Deserialize<'de> for TornProperties
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 TornProperties
impl PartialEq for TornProperties
impl StructuralPartialEq for TornProperties
Auto Trait Implementations§
impl Freeze for TornProperties
impl RefUnwindSafe for TornProperties
impl Send for TornProperties
impl Sync for TornProperties
impl Unpin for TornProperties
impl UnwindSafe for TornProperties
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