pub struct IserverScannerParamsLocationTreeLocationLocation {
pub display_name: Option<String>,
pub type: Option<String>,
}Fields§
§display_name: Option<String>§type: Option<String>Trait Implementations§
Source§impl Clone for IserverScannerParamsLocationTreeLocationLocation
impl Clone for IserverScannerParamsLocationTreeLocationLocation
Source§fn clone(&self) -> IserverScannerParamsLocationTreeLocationLocation
fn clone(&self) -> IserverScannerParamsLocationTreeLocationLocation
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<'de> Deserialize<'de> for IserverScannerParamsLocationTreeLocationLocation
impl<'de> Deserialize<'de> for IserverScannerParamsLocationTreeLocationLocation
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 IserverScannerParamsLocationTreeLocationLocation
impl PartialEq for IserverScannerParamsLocationTreeLocationLocation
Source§fn eq(&self, other: &IserverScannerParamsLocationTreeLocationLocation) -> bool
fn eq(&self, other: &IserverScannerParamsLocationTreeLocationLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IserverScannerParamsLocationTreeLocationLocation
Auto Trait Implementations§
impl Freeze for IserverScannerParamsLocationTreeLocationLocation
impl RefUnwindSafe for IserverScannerParamsLocationTreeLocationLocation
impl Send for IserverScannerParamsLocationTreeLocationLocation
impl Sync for IserverScannerParamsLocationTreeLocationLocation
impl Unpin for IserverScannerParamsLocationTreeLocationLocation
impl UnsafeUnpin for IserverScannerParamsLocationTreeLocationLocation
impl UnwindSafe for IserverScannerParamsLocationTreeLocationLocation
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