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