Struct tg_bot_api::Object
source · pub struct Object {
pub name: String,
pub description: String,
pub data: ObjectData,
pub docs_link: String,
}Fields
name: Stringdescription: Stringdata: ObjectDatadocs_link: StringTrait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more