Struct aws_sdk_accessanalyzer::types::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§
source§impl PartialEq<Substring> for Substring
impl PartialEq<Substring> for Substring
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§
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