pub enum PropertyRole {
Gate(Vec<String>),
Injectable,
}Variants§
Trait Implementations§
Source§impl Clone for PropertyRole
impl Clone for PropertyRole
Source§fn clone(&self) -> PropertyRole
fn clone(&self) -> PropertyRole
Returns a duplicate of the value. Read more
1.0.0 · 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 PropertyRole
impl Debug for PropertyRole
Source§impl PartialEq for PropertyRole
impl PartialEq for PropertyRole
impl Eq for PropertyRole
impl StructuralPartialEq for PropertyRole
Auto Trait Implementations§
impl Freeze for PropertyRole
impl RefUnwindSafe for PropertyRole
impl Send for PropertyRole
impl Sync for PropertyRole
impl Unpin for PropertyRole
impl UnsafeUnpin for PropertyRole
impl UnwindSafe for PropertyRole
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