Struct aws_sdk_accessanalyzer::model::Substring
source · [−]#[non_exhaustive]pub struct Substring { /* private fields */ }Expand description
A reference to a substring of a literal string in a JSON document.
Implementations
Trait Implementations
impl StructuralPartialEq for Substring
Auto Trait Implementations
impl RefUnwindSafe for Substring
impl Send for Substring
impl Sync for Substring
impl Unpin for Substring
impl UnwindSafe for Substring
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more