pub struct PinRemoveRequest {
pub channel: String,
pub timestamp: String,
}Fields§
§channel: String§timestamp: StringTrait Implementations§
Source§impl Debug for PinRemoveRequest
impl Debug for PinRemoveRequest
Auto Trait Implementations§
impl Freeze for PinRemoveRequest
impl RefUnwindSafe for PinRemoveRequest
impl Send for PinRemoveRequest
impl Sync for PinRemoveRequest
impl Unpin for PinRemoveRequest
impl UnwindSafe for PinRemoveRequest
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