pub enum DeliveryRepresentation {
Packet,
Resource,
}Variants§
Trait Implementations§
Source§impl Clone for DeliveryRepresentation
impl Clone for DeliveryRepresentation
Source§fn clone(&self) -> DeliveryRepresentation
fn clone(&self) -> DeliveryRepresentation
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 DeliveryRepresentation
Source§impl Debug for DeliveryRepresentation
impl Debug for DeliveryRepresentation
impl Eq for DeliveryRepresentation
Source§impl PartialEq for DeliveryRepresentation
impl PartialEq for DeliveryRepresentation
Source§impl Serialize for DeliveryRepresentation
impl Serialize for DeliveryRepresentation
impl StructuralPartialEq for DeliveryRepresentation
Auto Trait Implementations§
impl Freeze for DeliveryRepresentation
impl RefUnwindSafe for DeliveryRepresentation
impl Send for DeliveryRepresentation
impl Sync for DeliveryRepresentation
impl Unpin for DeliveryRepresentation
impl UnsafeUnpin for DeliveryRepresentation
impl UnwindSafe for DeliveryRepresentation
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