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