pub struct EnrollResponseDataOrg {
pub id: String,
pub name: String,
}
Expand description
The organization data that this node is now a part of
Fields§
§id: String
The organization ID that this node is now a part of
name: String
The name of the organization that this node is now a part of
Trait Implementations§
Source§impl Debug for EnrollResponseDataOrg
impl Debug for EnrollResponseDataOrg
Source§impl<'de> Deserialize<'de> for EnrollResponseDataOrg
impl<'de> Deserialize<'de> for EnrollResponseDataOrg
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
Auto Trait Implementations§
impl Freeze for EnrollResponseDataOrg
impl RefUnwindSafe for EnrollResponseDataOrg
impl Send for EnrollResponseDataOrg
impl Sync for EnrollResponseDataOrg
impl Unpin for EnrollResponseDataOrg
impl UnwindSafe for EnrollResponseDataOrg
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