pub struct AllTitlesView<'a> {
pub titles: Vec<Title<'a>>,
}Fields§
§titles: Vec<Title<'a>>Trait Implementations§
Source§impl<'a> Clone for AllTitlesView<'a>
impl<'a> Clone for AllTitlesView<'a>
Source§fn clone(&self) -> AllTitlesView<'a>
fn clone(&self) -> AllTitlesView<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for AllTitlesView<'a>
impl<'a> Debug for AllTitlesView<'a>
Source§impl<'a> Default for AllTitlesView<'a>
impl<'a> Default for AllTitlesView<'a>
Source§fn default() -> AllTitlesView<'a>
fn default() -> AllTitlesView<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for AllTitlesView<'a>
impl<'a> MessageRead<'a> for AllTitlesView<'a>
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl<'a> MessageWrite for AllTitlesView<'a>
impl<'a> MessageWrite for AllTitlesView<'a>
Source§impl<'a> PartialEq for AllTitlesView<'a>
impl<'a> PartialEq for AllTitlesView<'a>
impl<'a> StructuralPartialEq for AllTitlesView<'a>
Auto Trait Implementations§
impl<'a> Freeze for AllTitlesView<'a>
impl<'a> RefUnwindSafe for AllTitlesView<'a>
impl<'a> Send for AllTitlesView<'a>
impl<'a> Sync for AllTitlesView<'a>
impl<'a> Unpin for AllTitlesView<'a>
impl<'a> UnwindSafe for AllTitlesView<'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