pub struct ProtocolSupport {
pub list: bool,
pub graph: bool,
pub explain: bool,
pub run_task: bool,
pub run_all: bool,
}Fields§
§list: bool§graph: bool§explain: bool§run_task: bool§run_all: boolTrait Implementations§
Source§impl Clone for ProtocolSupport
impl Clone for ProtocolSupport
Source§fn clone(&self) -> ProtocolSupport
fn clone(&self) -> ProtocolSupport
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 ProtocolSupport
impl Debug for ProtocolSupport
Source§impl<'de> Deserialize<'de> for ProtocolSupport
impl<'de> Deserialize<'de> for ProtocolSupport
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 ProtocolSupport
Source§impl PartialEq for ProtocolSupport
impl PartialEq for ProtocolSupport
Source§impl Serialize for ProtocolSupport
impl Serialize for ProtocolSupport
impl StructuralPartialEq for ProtocolSupport
Auto Trait Implementations§
impl Freeze for ProtocolSupport
impl RefUnwindSafe for ProtocolSupport
impl Send for ProtocolSupport
impl Sync for ProtocolSupport
impl Unpin for ProtocolSupport
impl UnsafeUnpin for ProtocolSupport
impl UnwindSafe for ProtocolSupport
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