pub struct SPResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for SPResponse
impl Debug for SPResponse
Source§impl PartialEq for SPResponse
impl PartialEq for SPResponse
Source§impl YaDeserialize for SPResponse
impl YaDeserialize for SPResponse
fn deserialize<R: Read>(reader: &mut Deserializer<R>) -> Result<Self, String>
Source§impl YaSerialize for SPResponse
impl YaSerialize for SPResponse
impl StructuralPartialEq for SPResponse
Auto Trait Implementations§
impl Freeze for SPResponse
impl RefUnwindSafe for SPResponse
impl Send for SPResponse
impl Sync for SPResponse
impl Unpin for SPResponse
impl UnwindSafe for SPResponse
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