Struct parsec_interface::operations::delete_client::Operation [−][src]
pub struct Operation { pub client: String, }
Expand description
Native object for client deleting operation.
Fields
client: String
A client application name.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl UnwindSafe for Operation
Blanket Implementations
Mutably borrows from an owned value. Read more