pub struct PathAttributesStruct {
pub prefix: Option<String>,
pub template: Option<String>,
}Fields§
§prefix: Option<String>§template: Option<String>Trait Implementations§
Source§impl Debug for PathAttributesStruct
impl Debug for PathAttributesStruct
Source§impl<T> ExtractAttributes<T> for PathAttributesStructwhere
T: HasAttributes,
impl<T> ExtractAttributes<T> for PathAttributesStructwhere
T: HasAttributes,
Auto Trait Implementations§
impl Freeze for PathAttributesStruct
impl RefUnwindSafe for PathAttributesStruct
impl Send for PathAttributesStruct
impl Sync for PathAttributesStruct
impl Unpin for PathAttributesStruct
impl UnsafeUnpin for PathAttributesStruct
impl UnwindSafe for PathAttributesStruct
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