pub struct OrganizationOptions {
pub template: String,
}Expand description
Options that control how source metadata becomes destination paths.
Fields§
§template: StringSlash-separated destination template.
Each rendered segment is sanitized before it is pushed into the target path.
Implementations§
Trait Implementations§
Source§impl Clone for OrganizationOptions
impl Clone for OrganizationOptions
Source§fn clone(&self) -> OrganizationOptions
fn clone(&self) -> OrganizationOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OrganizationOptions
impl Debug for OrganizationOptions
Source§impl Default for OrganizationOptions
impl Default for OrganizationOptions
Source§impl PartialEq for OrganizationOptions
impl PartialEq for OrganizationOptions
Source§fn eq(&self, other: &OrganizationOptions) -> bool
fn eq(&self, other: &OrganizationOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OrganizationOptions
impl StructuralPartialEq for OrganizationOptions
Auto Trait Implementations§
impl Freeze for OrganizationOptions
impl RefUnwindSafe for OrganizationOptions
impl Send for OrganizationOptions
impl Sync for OrganizationOptions
impl Unpin for OrganizationOptions
impl UnsafeUnpin for OrganizationOptions
impl UnwindSafe for OrganizationOptions
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