pub struct SetLinkIDRequest {
pub linkid: String,
}Expand description
设置 LinkID 请求
Fields§
§linkid: StringTrait Implementations§
Source§impl Clone for SetLinkIDRequest
impl Clone for SetLinkIDRequest
Source§fn clone(&self) -> SetLinkIDRequest
fn clone(&self) -> SetLinkIDRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetLinkIDRequest
impl Debug for SetLinkIDRequest
Auto Trait Implementations§
impl Freeze for SetLinkIDRequest
impl RefUnwindSafe for SetLinkIDRequest
impl Send for SetLinkIDRequest
impl Sync for SetLinkIDRequest
impl Unpin for SetLinkIDRequest
impl UnsafeUnpin for SetLinkIDRequest
impl UnwindSafe for SetLinkIDRequest
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