pub struct ViewGroupResponse {
pub status: Option<u8>,
pub group_id: Option<u8>,
pub group_name: Option<String>,
}Fields§
§status: Option<u8>§group_id: Option<u8>§group_name: Option<String>Trait Implementations§
Source§impl Debug for ViewGroupResponse
impl Debug for ViewGroupResponse
Auto Trait Implementations§
impl Freeze for ViewGroupResponse
impl RefUnwindSafe for ViewGroupResponse
impl Send for ViewGroupResponse
impl Sync for ViewGroupResponse
impl Unpin for ViewGroupResponse
impl UnwindSafe for ViewGroupResponse
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