pub struct lastUsedOrganizationId;Trait Implementations§
Source§impl Field for lastUsedOrganizationId
impl Field for lastUsedOrganizationId
Auto Trait Implementations§
impl Freeze for lastUsedOrganizationId
impl RefUnwindSafe for lastUsedOrganizationId
impl Send for lastUsedOrganizationId
impl Sync for lastUsedOrganizationId
impl Unpin for lastUsedOrganizationId
impl UnwindSafe for lastUsedOrganizationId
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