Struct tg_bot_api::Object
source · pub struct Object {
pub name: String,
pub description: String,
pub data: ObjectData,
pub docs_link: String,
}
Fields§
§name: String
§description: String
§data: ObjectData
§docs_link: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Object
impl Send for Object
impl Sync for Object
impl Unpin for Object
impl UnwindSafe for Object
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