pub struct DiagnosticObject { /* private fields */ }Expand description
The source owner must provide a schema object, never a user value or URL. Validation excludes common credential/path injection syntax; it is not a classifier capable of detecting arbitrary secrets embedded in object names.
Implementations§
Source§impl DiagnosticObject
impl DiagnosticObject
pub fn new(kind: DiagnosticObjectKind, value: &str) -> Option<Self>
Trait Implementations§
Source§impl Debug for DiagnosticObject
impl Debug for DiagnosticObject
Auto Trait Implementations§
impl Freeze for DiagnosticObject
impl RefUnwindSafe for DiagnosticObject
impl Send for DiagnosticObject
impl Sync for DiagnosticObject
impl Unpin for DiagnosticObject
impl UnsafeUnpin for DiagnosticObject
impl UnwindSafe for DiagnosticObject
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