pub enum GatewayClassConditionType {
Accepted,
}Variants§
Accepted
Trait Implementations§
Source§impl Debug for GatewayClassConditionType
impl Debug for GatewayClassConditionType
Source§impl Display for GatewayClassConditionType
impl Display for GatewayClassConditionType
impl Eq for GatewayClassConditionType
impl StructuralPartialEq for GatewayClassConditionType
Auto Trait Implementations§
impl Freeze for GatewayClassConditionType
impl RefUnwindSafe for GatewayClassConditionType
impl Send for GatewayClassConditionType
impl Sync for GatewayClassConditionType
impl Unpin for GatewayClassConditionType
impl UnwindSafe for GatewayClassConditionType
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