pub struct ServiceAnnouncementsView {
pub service_announcements: Vec<ServiceAnnouncement>,
}
Fields§
§service_announcements: Vec<ServiceAnnouncement>
Trait Implementations§
Source§impl Clone for ServiceAnnouncementsView
impl Clone for ServiceAnnouncementsView
Source§fn clone(&self) -> ServiceAnnouncementsView
fn clone(&self) -> ServiceAnnouncementsView
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 ServiceAnnouncementsView
impl Debug for ServiceAnnouncementsView
Source§impl Default for ServiceAnnouncementsView
impl Default for ServiceAnnouncementsView
Source§fn default() -> ServiceAnnouncementsView
fn default() -> ServiceAnnouncementsView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceAnnouncementsView
impl<'de> Deserialize<'de> for ServiceAnnouncementsView
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 ServiceAnnouncementsView
impl<'a> MessageRead<'a> for ServiceAnnouncementsView
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 ServiceAnnouncementsView
impl MessageWrite for ServiceAnnouncementsView
Source§impl PartialEq for ServiceAnnouncementsView
impl PartialEq for ServiceAnnouncementsView
Source§impl Serialize for ServiceAnnouncementsView
impl Serialize for ServiceAnnouncementsView
impl StructuralPartialEq for ServiceAnnouncementsView
Auto Trait Implementations§
impl Freeze for ServiceAnnouncementsView
impl RefUnwindSafe for ServiceAnnouncementsView
impl Send for ServiceAnnouncementsView
impl Sync for ServiceAnnouncementsView
impl Unpin for ServiceAnnouncementsView
impl UnwindSafe for ServiceAnnouncementsView
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