pub struct ApproveProjectRequest<'a> {
pub project_id: &'a str,
pub requester_member_id: &'a str,
pub requester_name: &'a str,
pub requester_recipient: &'a str,
pub claim_secret_hash: &'a str,
pub token_id: &'a str,
pub token_hash: &'a str,
pub caps_json: &'a str,
pub wrapped_b64: &'a str,
}Fields§
§project_id: &'a str§requester_member_id: &'a str§requester_name: &'a str§requester_recipient: &'a str§claim_secret_hash: &'a str§token_id: &'a str§token_hash: &'a str§caps_json: &'a str§wrapped_b64: &'a strAuto Trait Implementations§
impl<'a> Freeze for ApproveProjectRequest<'a>
impl<'a> RefUnwindSafe for ApproveProjectRequest<'a>
impl<'a> Send for ApproveProjectRequest<'a>
impl<'a> Sync for ApproveProjectRequest<'a>
impl<'a> Unpin for ApproveProjectRequest<'a>
impl<'a> UnsafeUnpin for ApproveProjectRequest<'a>
impl<'a> UnwindSafe for ApproveProjectRequest<'a>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request