Struct parsec_interface::operations::can_do_crypto::Operation
source · [−]pub struct Operation {
pub check_type: CheckType,
pub attributes: Attributes,
}
Expand description
Native object for client deleting operation.
Fields
check_type: CheckType
The type of check required
attributes: Attributes
The attributes that are to be checked
Trait Implementations
sourceimpl From<Operation> for NativeOperation
impl From<Operation> for NativeOperation
impl Copy for Operation
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more