Struct wildland_dfs::events::EventBuilder
source · pub struct EventBuilder { /* private fields */ }
Implementations§
source§impl EventBuilder
impl EventBuilder
pub fn new(system: Box<dyn EventSystem>) -> Self
pub fn operation(self, operation: FileSystemOperation) -> Self
pub fn operation_path(self, operation_path: impl Into<String>) -> Self
pub fn backend_type(self, backend_type: impl Into<String>) -> Self
pub fn send(self, cause: DfsCause)
Trait Implementations§
source§impl Clone for EventBuilder
impl Clone for EventBuilder
source§fn clone(&self) -> EventBuilder
fn clone(&self) -> EventBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl !RefUnwindSafe for EventBuilder
impl !Send for EventBuilder
impl !Sync for EventBuilder
impl Unpin for EventBuilder
impl !UnwindSafe for EventBuilder
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