pub struct ProjectListReq;
Implementations§
Source§impl ProjectListReq
impl ProjectListReq
pub fn new() -> ProjectListReq
Trait Implementations§
Source§impl Clone for ProjectListReq
impl Clone for ProjectListReq
Source§fn clone(&self) -> ProjectListReq
fn clone(&self) -> ProjectListReq
Returns a duplicate 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 moreSource§impl Debug for ProjectListReq
impl Debug for ProjectListReq
Source§impl From<ProjectListReq> for Request
impl From<ProjectListReq> for Request
Source§fn from(original: ProjectListReq) -> Request
fn from(original: ProjectListReq) -> Request
Converts to this type from the input type.
Source§impl RequestType for ProjectListReq
impl RequestType for ProjectListReq
fn protocol_version(&self) -> ProtocolVersion
Source§impl Serialize for ProjectListReq
impl Serialize for ProjectListReq
Auto Trait Implementations§
impl Freeze for ProjectListReq
impl RefUnwindSafe for ProjectListReq
impl Send for ProjectListReq
impl Sync for ProjectListReq
impl Unpin for ProjectListReq
impl UnwindSafe for ProjectListReq
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