pub struct OutboundData<'a> { /* private fields */ }Implementations§
Source§impl<'a> OutboundData<'a>
impl<'a> OutboundData<'a>
Sourcepub fn body<S: ToString + Serialize>(self, body: S) -> OutboundData<'a>
pub fn body<S: ToString + Serialize>(self, body: S) -> OutboundData<'a>
Set the issue or issue comment body.
Sourcepub fn milestone(self, milestone: Value) -> OutboundData<'a>
pub fn milestone(self, milestone: Value) -> OutboundData<'a>
Set Milestone.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OutboundData<'a>
impl<'a> RefUnwindSafe for OutboundData<'a>
impl<'a> Send for OutboundData<'a>
impl<'a> Sync for OutboundData<'a>
impl<'a> Unpin for OutboundData<'a>
impl<'a> UnwindSafe for OutboundData<'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