pub struct AllTitlesView {
pub titles: Vec<Title>,
}
Fields§
§titles: Vec<Title>
Trait Implementations§
Source§impl Clone for AllTitlesView
impl Clone for AllTitlesView
Source§fn clone(&self) -> AllTitlesView
fn clone(&self) -> AllTitlesView
Returns a copy 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 Debug for AllTitlesView
impl Debug for AllTitlesView
Source§impl Default for AllTitlesView
impl Default for AllTitlesView
Source§fn default() -> AllTitlesView
fn default() -> AllTitlesView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllTitlesView
impl<'de> Deserialize<'de> for AllTitlesView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> MessageRead<'a> for AllTitlesView
impl<'a> MessageRead<'a> for AllTitlesView
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 MessageWrite for AllTitlesView
impl MessageWrite for AllTitlesView
Source§impl PartialEq for AllTitlesView
impl PartialEq for AllTitlesView
Source§impl Serialize for AllTitlesView
impl Serialize for AllTitlesView
impl StructuralPartialEq for AllTitlesView
Auto Trait Implementations§
impl Freeze for AllTitlesView
impl RefUnwindSafe for AllTitlesView
impl Send for AllTitlesView
impl Sync for AllTitlesView
impl Unpin for AllTitlesView
impl UnwindSafe for AllTitlesView
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