Struct rootasrole_core::database::options::SPathOptions
source · pub struct SPathOptions {
pub default_behavior: PathBehavior,
pub add: LinkedHashSet<String>,
pub sub: LinkedHashSet<String>,
pub _extra_fields: Map<String, Value>,
}Fields§
§default_behavior: PathBehavior§add: LinkedHashSet<String>§sub: LinkedHashSet<String>§_extra_fields: Map<String, Value>Trait Implementations§
source§impl Clone for SPathOptions
impl Clone for SPathOptions
source§fn clone(&self) -> SPathOptions
fn clone(&self) -> SPathOptions
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 SPathOptions
impl Debug for SPathOptions
source§impl Default for SPathOptions
impl Default for SPathOptions
source§impl<'de> Deserialize<'de> for SPathOptions
impl<'de> Deserialize<'de> for SPathOptions
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 SPathOptions
impl PartialEq for SPathOptions
source§impl Serialize for SPathOptions
impl Serialize for SPathOptions
impl Eq for SPathOptions
impl StructuralPartialEq for SPathOptions
Auto Trait Implementations§
impl Freeze for SPathOptions
impl RefUnwindSafe for SPathOptions
impl Send for SPathOptions
impl Sync for SPathOptions
impl Unpin for SPathOptions
impl UnwindSafe for SPathOptions
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§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)