pub struct DynVideoEditor {Show 41 fields
pub cid: i64,
pub upfrom: i32,
pub filters: String,
pub fonts: String,
pub subtitles: String,
pub bgms: String,
pub stickers: String,
pub videoup_stickers: String,
pub trans: String,
pub makeups: String,
pub surgerys: String,
pub videofxs: String,
pub themes: String,
pub cooperates: String,
pub rhythms: String,
pub effects: String,
pub backgrounds: String,
pub videos: String,
pub sounds: String,
pub flowers: String,
pub cover_templates: String,
pub tts: String,
pub openings: String,
pub record_text: bool,
pub vupers: String,
pub features: String,
pub bcut_features: String,
pub audio_record: i32,
pub camera: i32,
pub speed: i32,
pub camera_rotate: i32,
pub screen_record: i32,
pub default_end: i32,
pub duration: i32,
pub pic_count: i32,
pub video_count: i32,
pub shot_duration: i32,
pub shot_game: String,
pub highlight: bool,
pub highlight_cnt: i32,
pub pip_count: i32,
}Expand description
Fields§
§cid: i64§upfrom: i32§filters: String§fonts: String§subtitles: String§bgms: String§stickers: String§videoup_stickers: String§trans: String§makeups: String§surgerys: String§videofxs: String§themes: String§cooperates: String§rhythms: String§effects: String§backgrounds: String§videos: String§sounds: String§flowers: String§cover_templates: String§tts: String§openings: String§record_text: bool§vupers: String§features: String§bcut_features: String§audio_record: i32§camera: i32§speed: i32§camera_rotate: i32§screen_record: i32§default_end: i32§duration: i32§pic_count: i32§video_count: i32§shot_duration: i32§shot_game: String§highlight: bool§highlight_cnt: i32§pip_count: i32Trait Implementations§
Source§impl Clone for DynVideoEditor
impl Clone for DynVideoEditor
Source§fn clone(&self) -> DynVideoEditor
fn clone(&self) -> DynVideoEditor
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 DynVideoEditor
impl Debug for DynVideoEditor
Source§impl Default for DynVideoEditor
impl Default for DynVideoEditor
Source§impl Message for DynVideoEditor
impl Message for DynVideoEditor
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message to a buffer. Read more
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message to a newly allocated buffer.
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self.Source§impl PartialEq for DynVideoEditor
impl PartialEq for DynVideoEditor
impl StructuralPartialEq for DynVideoEditor
Auto Trait Implementations§
impl Freeze for DynVideoEditor
impl RefUnwindSafe for DynVideoEditor
impl Send for DynVideoEditor
impl Sync for DynVideoEditor
impl Unpin for DynVideoEditor
impl UnwindSafe for DynVideoEditor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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> 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