pub struct OrgScope;Expand description
The organization scope (top-level, /v0/...), spanning every inbox.
Trait Implementations§
impl ApiKeys for OrgScope
impl Copy for OrgScope
impl Domains for OrgScope
impl Drafts for OrgScope
impl Inboxes for OrgScope
impl Lists for OrgScope
impl Metrics for OrgScope
impl Threads for OrgScope
impl Webhooks for OrgScope
Auto Trait Implementations§
impl Freeze for OrgScope
impl RefUnwindSafe for OrgScope
impl Send for OrgScope
impl Sync for OrgScope
impl Unpin for OrgScope
impl UnsafeUnpin for OrgScope
impl UnwindSafe for OrgScope
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