pub struct NetconfState {
pub capabilities: Capabilities,
pub schemas: Schemas,
}
Fields§
§capabilities: Capabilities
§schemas: Schemas
Trait Implementations§
Source§impl Debug for NetconfState
impl Debug for NetconfState
Source§impl<'de> Deserialize<'de> for NetconfState
impl<'de> Deserialize<'de> for NetconfState
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 NetconfState
impl PartialEq for NetconfState
impl Eq for NetconfState
impl StructuralPartialEq for NetconfState
Auto Trait Implementations§
impl Freeze for NetconfState
impl RefUnwindSafe for NetconfState
impl Send for NetconfState
impl Sync for NetconfState
impl Unpin for NetconfState
impl UnwindSafe for NetconfState
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