pub struct MaxProperties {
pub path: String,
}
Fields§
§path: String
Trait Implementations§
Source§impl Debug for MaxProperties
impl Debug for MaxProperties
Source§impl Display for MaxProperties
impl Display for MaxProperties
Source§impl Error for MaxProperties
impl Error for MaxProperties
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
Source§impl Serialize for MaxProperties
impl Serialize for MaxProperties
Auto Trait Implementations§
impl Freeze for MaxProperties
impl RefUnwindSafe for MaxProperties
impl Send for MaxProperties
impl Sync for MaxProperties
impl Unpin for MaxProperties
impl UnwindSafe for MaxProperties
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