pub struct LogPageDto {
pub entries: Vec<LogEntryDto>,
pub total: u64,
}Expand description
LogPageDto
Fields§
§entries: Vec<LogEntryDto>§total: u64Trait Implementations§
Source§impl CandidType for LogPageDto
impl CandidType for LogPageDto
Auto Trait Implementations§
impl Freeze for LogPageDto
impl RefUnwindSafe for LogPageDto
impl Send for LogPageDto
impl Sync for LogPageDto
impl Unpin for LogPageDto
impl UnwindSafe for LogPageDto
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