pub struct SubButtonList { /* private fields */ }Expand description
查询接口是这种结构,但是创建接口不是
Trait Implementations§
Source§impl Debug for SubButtonList
impl Debug for SubButtonList
Source§impl<'de> Deserialize<'de> for SubButtonList
impl<'de> Deserialize<'de> for SubButtonList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SubButtonList
impl RefUnwindSafe for SubButtonList
impl Send for SubButtonList
impl Sync for SubButtonList
impl Unpin for SubButtonList
impl UnsafeUnpin for SubButtonList
impl UnwindSafe for SubButtonList
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