pub struct CreateObjectResponse {
pub session_id: u32,
pub raw_payload: Bytes,
}Fields§
§session_id: u32§raw_payload: BytesImplementations§
Source§impl CreateObjectResponse
impl CreateObjectResponse
pub fn decode(buf: &mut Bytes) -> Result<Self, ProtoError>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CreateObjectResponse
impl RefUnwindSafe for CreateObjectResponse
impl Send for CreateObjectResponse
impl Sync for CreateObjectResponse
impl Unpin for CreateObjectResponse
impl UnsafeUnpin for CreateObjectResponse
impl UnwindSafe for CreateObjectResponse
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