pub enum RepresentationNegotiation {
Accepted(DataRepresentationId),
NoOverlap,
}Expand description
Ergebnis einer Data-Representation-Negotiation.
Variants§
Trait Implementations§
Source§impl Clone for RepresentationNegotiation
impl Clone for RepresentationNegotiation
Source§fn clone(&self) -> RepresentationNegotiation
fn clone(&self) -> RepresentationNegotiation
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 moreSource§impl Debug for RepresentationNegotiation
impl Debug for RepresentationNegotiation
Source§impl PartialEq for RepresentationNegotiation
impl PartialEq for RepresentationNegotiation
Source§fn eq(&self, other: &RepresentationNegotiation) -> bool
fn eq(&self, other: &RepresentationNegotiation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RepresentationNegotiation
impl Eq for RepresentationNegotiation
impl StructuralPartialEq for RepresentationNegotiation
Auto Trait Implementations§
impl Freeze for RepresentationNegotiation
impl RefUnwindSafe for RepresentationNegotiation
impl Send for RepresentationNegotiation
impl Sync for RepresentationNegotiation
impl Unpin for RepresentationNegotiation
impl UnsafeUnpin for RepresentationNegotiation
impl UnwindSafe for RepresentationNegotiation
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