pub struct EventFilters { /* private fields */ }Implementations§
Source§impl EventFilters
impl EventFilters
pub fn new() -> Self
pub fn config(&mut self, config: &str) -> &mut Self
pub fn container(&mut self, container: &str) -> &mut Self
pub fn daemon(&mut self, daemon: &str) -> &mut Self
pub fn event(&mut self, event: &str) -> &mut Self
pub fn image(&mut self, image: &str) -> &mut Self
pub fn label(&mut self, label: &str) -> &mut Self
pub fn network(&mut self, network: &str) -> &mut Self
pub fn node(&mut self, node: &str) -> &mut Self
pub fn plugin(&mut self, plugin: &str) -> &mut Self
pub fn scope(&mut self, scope: &str) -> &mut Self
pub fn secret(&mut self, secret: &str) -> &mut Self
pub fn service(&mut self, service: &str) -> &mut Self
pub fn type_(&mut self, type_: &str) -> &mut Self
pub fn volume(&mut self, volume: &str) -> &mut Self
Trait Implementations§
Source§impl Debug for EventFilters
impl Debug for EventFilters
Source§impl Default for EventFilters
impl Default for EventFilters
Source§fn default() -> EventFilters
fn default() -> EventFilters
Returns the “default value” for a type. Read more
Source§impl PartialEq for EventFilters
impl PartialEq for EventFilters
Source§impl PartialOrd for EventFilters
impl PartialOrd for EventFilters
Source§impl Serialize for EventFilters
impl Serialize for EventFilters
impl StructuralPartialEq for EventFilters
Auto Trait Implementations§
impl Freeze for EventFilters
impl RefUnwindSafe for EventFilters
impl Send for EventFilters
impl Sync for EventFilters
impl Unpin for EventFilters
impl UnwindSafe for EventFilters
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