Struct imap_types::response::data::Location
source · pub struct Location<'a> {
pub location: NString<'a>,
pub extensions: Vec<BodyExtension<'a>>,
}Fields§
§location: NString<'a>A string list giving the body content URI as defined in [LOCATION].
extensions: Vec<BodyExtension<'a>>Extension data.
Trait Implementations§
source§impl<'a> PartialEq<Location<'a>> for Location<'a>
impl<'a> PartialEq<Location<'a>> for Location<'a>
impl<'a> Eq for Location<'a>
impl<'a> StructuralEq for Location<'a>
impl<'a> StructuralPartialEq for Location<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Location<'a>
impl<'a> Send for Location<'a>
impl<'a> Sync for Location<'a>
impl<'a> Unpin for Location<'a>
impl<'a> UnwindSafe for Location<'a>
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