pub struct GatewayActionCatalog { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GatewayActionCatalog
impl Clone for GatewayActionCatalog
Source§fn clone(&self) -> GatewayActionCatalog
fn clone(&self) -> GatewayActionCatalog
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 GatewayActionCatalog
impl Debug for GatewayActionCatalog
Source§impl Default for GatewayActionCatalog
impl Default for GatewayActionCatalog
Source§fn default() -> GatewayActionCatalog
fn default() -> GatewayActionCatalog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GatewayActionCatalog
impl RefUnwindSafe for GatewayActionCatalog
impl Send for GatewayActionCatalog
impl Sync for GatewayActionCatalog
impl Unpin for GatewayActionCatalog
impl UnsafeUnpin for GatewayActionCatalog
impl UnwindSafe for GatewayActionCatalog
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