pub struct GSInfo {
pub id: String,
/* private fields */
}Fields§
§id: StringAuto Trait Implementations§
impl Freeze for GSInfo
impl RefUnwindSafe for GSInfo
impl Send for GSInfo
impl Sync for GSInfo
impl Unpin for GSInfo
impl UnwindSafe for GSInfo
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