pub struct ArchiveFlowByPathRequest {
pub archived: Option<bool>,
}
Fields§
§archived: Option<bool>
Implementations§
Source§impl ArchiveFlowByPathRequest
impl ArchiveFlowByPathRequest
pub fn new() -> ArchiveFlowByPathRequest
Trait Implementations§
Source§impl Clone for ArchiveFlowByPathRequest
impl Clone for ArchiveFlowByPathRequest
Source§fn clone(&self) -> ArchiveFlowByPathRequest
fn clone(&self) -> ArchiveFlowByPathRequest
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 ArchiveFlowByPathRequest
impl Debug for ArchiveFlowByPathRequest
Source§impl Default for ArchiveFlowByPathRequest
impl Default for ArchiveFlowByPathRequest
Source§fn default() -> ArchiveFlowByPathRequest
fn default() -> ArchiveFlowByPathRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArchiveFlowByPathRequest
impl<'de> Deserialize<'de> for ArchiveFlowByPathRequest
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
Source§impl PartialEq for ArchiveFlowByPathRequest
impl PartialEq for ArchiveFlowByPathRequest
Source§impl Serialize for ArchiveFlowByPathRequest
impl Serialize for ArchiveFlowByPathRequest
impl StructuralPartialEq for ArchiveFlowByPathRequest
Auto Trait Implementations§
impl Freeze for ArchiveFlowByPathRequest
impl RefUnwindSafe for ArchiveFlowByPathRequest
impl Send for ArchiveFlowByPathRequest
impl Sync for ArchiveFlowByPathRequest
impl Unpin for ArchiveFlowByPathRequest
impl UnwindSafe for ArchiveFlowByPathRequest
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