Struct tencentcloud_cls_sdk_rust::cls_log::LogGroupList
source · 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>
source§fn eq(&self, other: &LogGroupList<'a>) -> bool
fn eq(&self, other: &LogGroupList<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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