pub struct SubnetDirectoryInput {
pub provenance: DirectoryProvenance,
pub entries: Vec<DirectoryEntryInput>,
}Fields§
§provenance: DirectoryProvenance§entries: Vec<DirectoryEntryInput>Trait Implementations§
Source§impl CandidType for SubnetDirectoryInput
impl CandidType for SubnetDirectoryInput
Source§impl Clone for SubnetDirectoryInput
impl Clone for SubnetDirectoryInput
Source§fn clone(&self) -> SubnetDirectoryInput
fn clone(&self) -> SubnetDirectoryInput
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 SubnetDirectoryInput
impl Debug for SubnetDirectoryInput
Source§impl<'de> Deserialize<'de> for SubnetDirectoryInput
impl<'de> Deserialize<'de> for SubnetDirectoryInput
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
impl Eq for SubnetDirectoryInput
Source§impl PartialEq for SubnetDirectoryInput
impl PartialEq for SubnetDirectoryInput
impl StructuralPartialEq for SubnetDirectoryInput
Auto Trait Implementations§
impl Freeze for SubnetDirectoryInput
impl RefUnwindSafe for SubnetDirectoryInput
impl Send for SubnetDirectoryInput
impl Sync for SubnetDirectoryInput
impl Unpin for SubnetDirectoryInput
impl UnsafeUnpin for SubnetDirectoryInput
impl UnwindSafe for SubnetDirectoryInput
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