Struct cyfs_lib::RespInterestFields
source · pub struct RespInterestFields {
pub err: BuckyErrorCode,
pub redirect: Option<DeviceId>,
pub redirect_referer_target: Option<ObjectId>,
}
Fields§
§err: BuckyErrorCode
§redirect: Option<DeviceId>
§redirect_referer_target: Option<ObjectId>
Trait Implementations§
source§impl Clone for RespInterestFields
impl Clone for RespInterestFields
source§fn clone(&self) -> RespInterestFields
fn clone(&self) -> RespInterestFields
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