pub struct RespInterest {
pub session_id: TempSeq,
pub chunk: ChunkId,
pub err: BuckyErrorCode,
pub redirect: Option<DeviceId>,
pub redirect_referer: Option<String>,
pub to: Option<DeviceId>,
}Fields§
§session_id: TempSeq§chunk: ChunkId§err: BuckyErrorCode§redirect: Option<DeviceId>§redirect_referer: Option<String>§to: Option<DeviceId>Trait Implementations§
source§impl Clone for RespInterest
impl Clone for RespInterest
source§fn clone(&self) -> RespInterest
fn clone(&self) -> RespInterest
Returns a copy 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 more