pub enum ManagementOperation {
Show 17 variants
ConnectionList,
ConnectionUpdate,
ConnectionDelete,
ConnectionTest,
ConnectionStatus,
AccountBind,
AccountUnbind,
AccountBindingList,
SetupOptions,
SetupStart,
SetupStatus,
SurfaceList,
SurfaceDismiss,
SurfaceBindCodeCreate,
ActorLinkCodeCreate,
ActorLinkList,
ActorLinkDelete,
}Variants§
ConnectionList
ConnectionUpdate
ConnectionDelete
ConnectionTest
ConnectionStatus
AccountBind
AccountUnbind
AccountBindingList
SetupOptions
SetupStart
SetupStatus
SurfaceList
SurfaceDismiss
SurfaceBindCodeCreate
ActorLinkCodeCreate
ActorLinkList
ActorLinkDelete
Trait Implementations§
Source§impl Clone for ManagementOperation
impl Clone for ManagementOperation
Source§fn clone(&self) -> ManagementOperation
fn clone(&self) -> ManagementOperation
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 moreimpl Copy for ManagementOperation
Source§impl Debug for ManagementOperation
impl Debug for ManagementOperation
Source§impl<'de> Deserialize<'de> for ManagementOperation
impl<'de> Deserialize<'de> for ManagementOperation
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 ManagementOperation
Source§impl Hash for ManagementOperation
impl Hash for ManagementOperation
Source§impl PartialEq for ManagementOperation
impl PartialEq for ManagementOperation
Source§impl Serialize for ManagementOperation
impl Serialize for ManagementOperation
impl StructuralPartialEq for ManagementOperation
Auto Trait Implementations§
impl Freeze for ManagementOperation
impl RefUnwindSafe for ManagementOperation
impl Send for ManagementOperation
impl Sync for ManagementOperation
impl Unpin for ManagementOperation
impl UnsafeUnpin for ManagementOperation
impl UnwindSafe for ManagementOperation
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