pub struct Negotiation {
pub intent: Intent,
pub option: Option,
}
Fields§
§intent: Intent
§option: Option
Implementations§
Source§impl Negotiation
impl Negotiation
Trait Implementations§
Source§impl Clone for Negotiation
impl Clone for Negotiation
Source§fn clone(&self) -> Negotiation
fn clone(&self) -> Negotiation
Returns a duplicate of the value. Read more
1.0.0 · 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 Negotiation
impl Debug for Negotiation
Source§impl PartialEq for Negotiation
impl PartialEq for Negotiation
impl Copy for Negotiation
impl Eq for Negotiation
impl StructuralPartialEq for Negotiation
Auto Trait Implementations§
impl Freeze for Negotiation
impl RefUnwindSafe for Negotiation
impl Send for Negotiation
impl Sync for Negotiation
impl Unpin for Negotiation
impl UnwindSafe for Negotiation
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