pub struct GetNamespaceId_Reply {
pub NamespaceId: i64,
pub NamespaceNSID: Option<i64>,
}Fields§
§NamespaceId: i64§NamespaceNSID: Option<i64>Trait Implementations§
Source§impl Clone for GetNamespaceId_Reply
impl Clone for GetNamespaceId_Reply
Source§fn clone(&self) -> GetNamespaceId_Reply
fn clone(&self) -> GetNamespaceId_Reply
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 Debug for GetNamespaceId_Reply
impl Debug for GetNamespaceId_Reply
Source§impl<'de> Deserialize<'de> for GetNamespaceId_Reply
impl<'de> Deserialize<'de> for GetNamespaceId_Reply
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 GetNamespaceId_Reply
impl PartialEq for GetNamespaceId_Reply
Source§impl Serialize for GetNamespaceId_Reply
impl Serialize for GetNamespaceId_Reply
impl StructuralPartialEq for GetNamespaceId_Reply
impl VarlinkReply for GetNamespaceId_Reply
Auto Trait Implementations§
impl Freeze for GetNamespaceId_Reply
impl RefUnwindSafe for GetNamespaceId_Reply
impl Send for GetNamespaceId_Reply
impl Sync for GetNamespaceId_Reply
impl Unpin for GetNamespaceId_Reply
impl UnwindSafe for GetNamespaceId_Reply
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