pub struct Organization(/* private fields */);
Expand description
The organization ID.
Trait Implementations§
Source§impl FromFile for Organization
impl FromFile for Organization
Source§impl FromStr for Organization
impl FromStr for Organization
Source§impl Loader<String> for Organization
impl Loader<String> for Organization
Source§impl TryFrom<&String> for Organization
impl TryFrom<&String> for Organization
Source§impl TryFrom<&str> for Organization
impl TryFrom<&str> for Organization
Auto Trait Implementations§
impl Freeze for Organization
impl RefUnwindSafe for Organization
impl Send for Organization
impl Sync for Organization
impl Unpin for Organization
impl UnwindSafe for Organization
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