pub struct SupportCarrier;Expand description
The carrier request kind.
Trait Implementations§
Source§impl Clone for SupportCarrier
impl Clone for SupportCarrier
Source§fn clone(&self) -> SupportCarrier
fn clone(&self) -> SupportCarrier
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 Copy for SupportCarrier
Source§impl Debug for SupportCarrier
impl Debug for SupportCarrier
impl Eq for SupportCarrier
Source§impl Hash for SupportCarrier
impl Hash for SupportCarrier
Source§impl Kind for SupportCarrier
impl Kind for SupportCarrier
Source§const NAME: &'static str = "support-carrier"
const NAME: &'static str = "support-carrier"
The name this kind is spelled by wherever a name is written down. Read more
Source§type Content = SupportAssembly
type Content = SupportAssembly
The facts a request of this kind carries beyond its captured tokens. Read more
Source§type Question = NoQuestions
type Question = NoQuestions
The questions this kind owes beyond the universal ones.
Source§impl PartialEq for SupportCarrier
impl PartialEq for SupportCarrier
impl StructuralPartialEq for SupportCarrier
Auto Trait Implementations§
impl Freeze for SupportCarrier
impl RefUnwindSafe for SupportCarrier
impl Send for SupportCarrier
impl Sync for SupportCarrier
impl Unpin for SupportCarrier
impl UnsafeUnpin for SupportCarrier
impl UnwindSafe for SupportCarrier
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