pub struct InboxScope<'a>(pub &'a str);Expand description
A single inbox scope (/v0/inboxes/{inbox_id}/...).
Tuple Fields§
§0: &'a strTrait Implementations§
impl ApiKeys for InboxScope<'_>
Source§impl<'a> Clone for InboxScope<'a>
impl<'a> Clone for InboxScope<'a>
Source§fn clone(&self) -> InboxScope<'a>
fn clone(&self) -> InboxScope<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for InboxScope<'a>
Source§impl<'a> Debug for InboxScope<'a>
impl<'a> Debug for InboxScope<'a>
impl Drafts for InboxScope<'_>
impl Lists for InboxScope<'_>
impl Metrics for InboxScope<'_>
Source§impl Scope for InboxScope<'_>
impl Scope for InboxScope<'_>
impl Threads for InboxScope<'_>
impl Webhooks for InboxScope<'_>
Auto Trait Implementations§
impl<'a> Freeze for InboxScope<'a>
impl<'a> RefUnwindSafe for InboxScope<'a>
impl<'a> Send for InboxScope<'a>
impl<'a> Sync for InboxScope<'a>
impl<'a> Unpin for InboxScope<'a>
impl<'a> UnsafeUnpin for InboxScope<'a>
impl<'a> UnwindSafe for InboxScope<'a>
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