pub struct SyncFilter { /* private fields */ }Expand description
Declarative sync filter: the built-in rule for an app name plus .sapphireignore.
Implementations§
Auto Trait Implementations§
impl Freeze for SyncFilter
impl RefUnwindSafe for SyncFilter
impl Send for SyncFilter
impl Sync for SyncFilter
impl Unpin for SyncFilter
impl UnsafeUnpin for SyncFilter
impl UnwindSafe for SyncFilter
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