pub struct OperationRegistration {
pub address: OperationAddress,
pub capabilities: Vec<Capability>,
pub cancelled: bool,
}Fields§
§address: OperationAddress§capabilities: Vec<Capability>§cancelled: boolTrait Implementations§
Source§impl Clone for OperationRegistration
impl Clone for OperationRegistration
Source§fn clone(&self) -> OperationRegistration
fn clone(&self) -> OperationRegistration
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 OperationRegistration
impl Debug for OperationRegistration
Source§impl<'de> Deserialize<'de> for OperationRegistration
impl<'de> Deserialize<'de> for OperationRegistration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OperationRegistration
Source§impl PartialEq for OperationRegistration
impl PartialEq for OperationRegistration
Source§impl Serialize for OperationRegistration
impl Serialize for OperationRegistration
impl StructuralPartialEq for OperationRegistration
Auto Trait Implementations§
impl Freeze for OperationRegistration
impl RefUnwindSafe for OperationRegistration
impl Send for OperationRegistration
impl Sync for OperationRegistration
impl Unpin for OperationRegistration
impl UnsafeUnpin for OperationRegistration
impl UnwindSafe for OperationRegistration
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