pub struct PodScope<'a>(pub &'a str);Expand description
A single pod scope (/v0/pods/{pod_id}/...).
Tuple Fields§
§0: &'a strTrait Implementations§
impl ApiKeys for PodScope<'_>
impl<'a> Copy for PodScope<'a>
impl Domains for PodScope<'_>
impl Drafts for PodScope<'_>
impl Inboxes for PodScope<'_>
impl Lists for PodScope<'_>
impl Metrics for PodScope<'_>
impl Threads for PodScope<'_>
impl Webhooks for PodScope<'_>
Auto Trait Implementations§
impl<'a> Freeze for PodScope<'a>
impl<'a> RefUnwindSafe for PodScope<'a>
impl<'a> Send for PodScope<'a>
impl<'a> Sync for PodScope<'a>
impl<'a> Unpin for PodScope<'a>
impl<'a> UnsafeUnpin for PodScope<'a>
impl<'a> UnwindSafe for PodScope<'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