Struct cloud_filter::placeholder::PinOptions
source · pub struct PinOptions(/* private fields */);
Expand description
The placeholder pin flags.
Implementations§
source§impl PinOptions
impl PinOptions
sourcepub fn recurse(&mut self) -> &mut Self
pub fn recurse(&mut self) -> &mut Self
Applies the pin state to all descendants of the placeholder (if the placeholder is a directory).
sourcepub fn recurse_children(&mut self) -> &mut Self
pub fn recurse_children(&mut self) -> &mut Self
Applies the pin state to all descendants of the placeholder excluding the current one (if the placeholder is a directory).
sourcepub fn stop_on_error(&mut self) -> &mut Self
pub fn stop_on_error(&mut self) -> &mut Self
Stop applying the pin state when the first error is encountered. Otherwise, skip over it and keep applying.
Trait Implementations§
source§impl Clone for PinOptions
impl Clone for PinOptions
source§fn clone(&self) -> PinOptions
fn clone(&self) -> PinOptions
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 moresource§impl Debug for PinOptions
impl Debug for PinOptions
source§impl Default for PinOptions
impl Default for PinOptions
impl Copy for PinOptions
Auto Trait Implementations§
impl Freeze for PinOptions
impl RefUnwindSafe for PinOptions
impl Send for PinOptions
impl Sync for PinOptions
impl Unpin for PinOptions
impl UnwindSafe for PinOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)